Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: object names added for keycard controller el… #12583

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

Valentina1133
Copy link
Contributor

@Valentina1133 Valentina1133 commented Oct 30, 2023

Just added object names for keycard controller elements for tests automation purposes

@Valentina1133 Valentina1133 force-pushed the chore/keycard_controller_object_names branch from 95d48f2 to 2fe93cc Compare October 30, 2023 14:52
@Valentina1133 Valentina1133 changed the title chore(@AccountView.qml): object names added for keycard controller el… chore: object names added for keycard controller el… Oct 30, 2023
@Valentina1133 Valentina1133 force-pushed the chore/keycard_controller_object_names branch from 2fe93cc to 0ffa3d9 Compare October 30, 2023 14:55
onTriggered: {
root.selectedState = MockedKeycardReaderStateSelector.State.NoReader
}
}

StatusAction {
text: d.readerStateKeycardNotInserted
objectName: "readerStateReaderUnplugged"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it duplicates the value in line 66

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

onTriggered: {
root.selectedState = MockedKeycardStateSelector.State.KeycardWithMnemonicAndMedatada
}
}

StatusAction {
text: d.kcStateCustomKeycard
objectName: "customKeycardItem"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe better to end with Action for this one and for others with StatusAction component?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
objectName: "customKeycardItem"
objectName: "customKeycardAction"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed everywhere for status action

@@ -193,6 +201,7 @@ ApplicationWindow {

StatusInput {
id: mockedKeycardHelper
objectName: "specificKeycardDetailsInputField"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
objectName: "specificKeycardDetailsInputField"
objectName: "specificKeycardDetailsInput"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also changed

@status-im-auto
Copy link
Member

status-im-auto commented Oct 30, 2023

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 0ffa3d9 #3 2023-10-30 15:03:39 ~7 min tests/nim 📄log
✔️ 355eafd #4 2023-10-30 15:15:00 ~8 min macos/x86_64 🍎dmg
✔️ 355eafd #4 2023-10-30 15:21:43 ~15 min tests/nim 📄log
✔️ 355eafd #4 2023-10-30 15:24:03 ~17 min tests/ui 📄log
✔️ 355eafd #4 2023-10-30 15:28:11 ~21 min linux/x86_64 📦tgz
✔️ 355eafd #4 2023-10-30 15:35:16 ~28 min windows/x86_64 💿exe
✔️ 355eafd #4 2023-10-30 15:46:43 ~40 min tests/e2e 📄log
✔️ 355eafd #6 2023-10-30 15:54:48 ~31 min macos/aarch64 🍎dmg

@Valentina1133 Valentina1133 merged commit 0f1b160 into master Oct 30, 2023
9 checks passed
@Valentina1133 Valentina1133 deleted the chore/keycard_controller_object_names branch October 30, 2023 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants